Adwaita: Update shortcuts window theming
authorMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2015 11:09:28 +0000 (07:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2015 14:19:00 +0000 (10:19 -0400)
Use the newly added element name.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index b4d2cfb517108d393024a6828336fb39730e87b7..a39e8fa94bf32e6b004bd06ac892df87be9b8338 100644 (file)
@@ -3438,16 +3438,16 @@ decoration {
   }
 }
 
-GtkShortcutsWindow .round .button {
+shortcutswindow .round .button {
   border-radius: 20px;
   outline-radius: 20px;
 }
 
-GtkShortcutsWindow .round .button label {
+shortcutswindow .round .button label {
   padding: 0;
 }
 
-GtkShortcutsWindow GtkShortcutLabel .frame {
+shortcutswindow GtkShortcutLabel .frame {
   background-color: #fefefe;
   border: 1px solid #cecece;
   border-radius: 5px;
index b61f4999f61a114654369ed20097fe2bf370593b..0ef4bd00424b56248e01cd3c03d20acc93ff3500 100644 (file)
@@ -4649,18 +4649,18 @@ decoration {
   background-origin: content-box;
   background-position: right center; }
 
-GtkShortcutsWindow .round .button, GtkShortcutsWindow .round .header-bar .button.titlebutton, .header-bar GtkShortcutsWindow .round .button.titlebutton,
-GtkShortcutsWindow .round .titlebar .button.titlebutton,
-.titlebar GtkShortcutsWindow .round .button.titlebutton {
+shortcutswindow .round .button, shortcutswindow .round .header-bar .button.titlebutton, .header-bar shortcutswindow .round .button.titlebutton,
+shortcutswindow .round .titlebar .button.titlebutton,
+.titlebar shortcutswindow .round .button.titlebutton {
   border-radius: 20px;
   outline-radius: 20px; }
 
-GtkShortcutsWindow .round .button label, GtkShortcutsWindow .round .header-bar .button.titlebutton label, .header-bar GtkShortcutsWindow .round .button.titlebutton label,
-GtkShortcutsWindow .round .titlebar .button.titlebutton label,
-.titlebar GtkShortcutsWindow .round .button.titlebutton label {
+shortcutswindow .round .button label, shortcutswindow .round .header-bar .button.titlebutton label, .header-bar shortcutswindow .round .button.titlebutton label,
+shortcutswindow .round .titlebar .button.titlebutton label,
+.titlebar shortcutswindow .round .button.titlebutton label {
   padding: 0; }
 
-GtkShortcutsWindow GtkShortcutLabel .frame {
+shortcutswindow GtkShortcutLabel .frame {
   background-color: #fefefe;
   border: 1px solid #cecece;
   border-radius: 5px;
index 166e45b575295f2df87bbe82b078409da562c475..1fcd53b9b8567e59b113d49e16a9fc2ed0aafbb9 100644 (file)
@@ -4822,18 +4822,18 @@ decoration {
   background-origin: content-box;
   background-position: right center; }
 
-GtkShortcutsWindow .round .button, GtkShortcutsWindow .round .header-bar .button.titlebutton, .header-bar GtkShortcutsWindow .round .button.titlebutton,
-GtkShortcutsWindow .round .titlebar .button.titlebutton,
-.titlebar GtkShortcutsWindow .round .button.titlebutton {
+shortcutswindow .round .button, shortcutswindow .round .header-bar .button.titlebutton, .header-bar shortcutswindow .round .button.titlebutton,
+shortcutswindow .round .titlebar .button.titlebutton,
+.titlebar shortcutswindow .round .button.titlebutton {
   border-radius: 20px;
   outline-radius: 20px; }
 
-GtkShortcutsWindow .round .button label, GtkShortcutsWindow .round .header-bar .button.titlebutton label, .header-bar GtkShortcutsWindow .round .button.titlebutton label,
-GtkShortcutsWindow .round .titlebar .button.titlebutton label,
-.titlebar GtkShortcutsWindow .round .button.titlebutton label {
+shortcutswindow .round .button label, shortcutswindow .round .header-bar .button.titlebutton label, .header-bar shortcutswindow .round .button.titlebutton label,
+shortcutswindow .round .titlebar .button.titlebutton label,
+.titlebar shortcutswindow .round .button.titlebutton label {
   padding: 0; }
 
-GtkShortcutsWindow GtkShortcutLabel .frame {
+shortcutswindow GtkShortcutLabel .frame {
   background-color: #fefefe;
   border: 1px solid #cecece;
   border-radius: 5px;